home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / cmln1084.arc / BATCH1.LTG next >
Text File  |  1986-10-01  |  512b  |  16 lines

  1. -------------------------------------------------------------
  2.       (L I S T I N G S)
  3.  
  4.           masm %1;
  5.           link %1;
  6.           exe2bin %1
  7.           del %1.obj
  8.           del %1.exe
  9.           del %1.com
  10.           ren %1.bin %1.com
  11.  
  12.  
  13.           Listing 1:  BUILD.BAT -- Build a COM file from an assembler
  14.                       source file and clean up intermediate files.
  15.  
  16.